Skip to content

Commit

Permalink
Install llvm.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Aug 3, 2024
1 parent 989a34f commit c766506
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apt update
apt -y install libz3-4 clang libclang-dev libclang1 liblldb-dev
apt -y install libz3-4

bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

Expand Down

0 comments on commit c766506

Please sign in to comment.