Skip to content

Commit

Permalink
update CVC4 URL
Browse files Browse the repository at this point in the history
  • Loading branch information
belolourenco committed Apr 5, 2024
1 parent 71fee98 commit 38f061a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/set-up-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: replay-why3-proofs
run-name: ${{ github.actor }} setting up environment
on: [push]
env:
CVC4_URL: "https://github.com/CVC4/CVC4/releases/download/1.8/cvc4-1.8-x86_64-linux-opt"
CVC4_URL: "https://github.com/CVC4/CVC4-archived/releases/download/1.8/cvc4-1.8-x86_64-linux-opt"
CVC5_URL: "https://github.com/cvc5/cvc5/releases/download/cvc5-1.0.3/cvc5-Linux"
Z3_URL: "https://github.com/Z3Prover/z3/releases/download/z3-4.11.2/z3-4.11.2-x64-glibc-2.31.zip"
jobs:
Expand All @@ -21,7 +21,7 @@ jobs:
opam install why3.1.6.0
opam install alt-ergo.2.4.2
opam install eprover.2.6
# it possible to install z3 as follows
# it's possible to install z3 as follows
# opam install z3.4.11.2
- name: download z3, cvc4, and cvc5
run: |
Expand Down

0 comments on commit 38f061a

Please sign in to comment.