Skip to content

Commit

Permalink
Get z3 binary as a part of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shigoel committed Jan 30, 2024
1 parent 2ec153e commit 91b74d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
./elan-init -y --default-toolchain none
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: Get z3 binary v4.11.2
run: |
curl -OJLsSf https://github.com/Z3Prover/z3/releases/download/z3-4.11.2/z3-4.11.2-x64-glibc-2.31.zip
unzip z3-4.11.2-x64-glibc-2.31.zip && rm z3-4.11.2-x64-glibc-2.31.zip
echo "$HOME/z3-4.11.2-x64-glibc-2.31/bin/z3" >> $GITHUB_PATH

- uses: actions/checkout@v3

- name: Build LNSym
Expand Down

0 comments on commit 91b74d7

Please sign in to comment.