Skip to content

Commit 83eba15

Browse files
committed
update CVC4 URL
1 parent 2389bc6 commit 83eba15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/set-up-environment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: replay-why3-proofs
22
run-name: ${{ github.actor }} setting up environment
33
on: [push]
44
env:
5-
CVC4_URL: "https://github.com/CVC4/CVC4/releases/download/1.8/cvc4-1.8-x86_64-linux-opt"
5+
CVC4_URL: "https://github.com/CVC4/CVC4-archived/releases/download/1.8/cvc4-1.8-x86_64-linux-opt"
66
CVC5_URL: "https://github.com/cvc5/cvc5/releases/download/cvc5-1.0.3/cvc5-Linux"
77
Z3_URL: "https://github.com/Z3Prover/z3/releases/download/z3-4.11.2/z3-4.11.2-x64-glibc-2.31.zip"
88
jobs:
@@ -21,7 +21,7 @@ jobs:
2121
opam install why3.1.6.0
2222
opam install alt-ergo.2.4.2
2323
opam install eprover.2.6
24-
# it possible to install z3 as follows
24+
# it's possible to install z3 as follows
2525
# opam install z3.4.11.2
2626
- name: download z3, cvc4, and cvc5
2727
run: |

0 commit comments

Comments
 (0)