Skip to content

Commit

Permalink
set alt-ergo 2.5.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
belolourenco committed Jun 14, 2024
1 parent bb86d6f commit 08f564d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/set-up-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
run: |
opam update
opam install why3.1.6.0
# install both alt-ergo 2.4.2 and alt-ergo 2.5.3
opam install alt-ergo.2.4.2
eval $(opam env)
cp $(which alt-ergo) $(which alt-ergo)-2.4.2
opam install alt-ergo.2.5.3
eval $(opam env)
opam install eprover.2.6
# it's possible to install z3 as follows
# opam install z3.4.11.2
cp $(which alt-ergo) $(which alt-ergo)-2.5.3
opam install eprover.3.0
- name: download z3, cvc4, and cvc5
run: |
mkdir downloads
Expand Down

0 comments on commit 08f564d

Please sign in to comment.