Skip to content

Commit d80c125

Browse files
committed
Try Z3 4.8.8
1 parent b7eb43b commit d80c125

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/ci.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ build_yices() {
169169
cleanup_bins
170170
}
171171

172-
build_z3-4.8.10() {
173-
build_z3 "4.8.10"
172+
build_z3-4.8.8() {
173+
build_z3 "4.8.8"
174174
}
175175

176176
build_z3-4.8.14() {

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-22.04, ubuntu-20.04, macos-12, windows-2019]
20-
solver: [abc, boolector, cvc4, cvc5, yices, z3-4.8.10, z3-4.8.14]
20+
solver: [abc, boolector, cvc4, cvc5, yices, z3-4.8.8, z3-4.8.14]
2121
steps:
2222
- uses: actions/checkout@v2
2323
with:
@@ -123,7 +123,7 @@ jobs:
123123

124124
- uses: actions/download-artifact@v2
125125
with:
126-
name: "${{ matrix.os }}-z3-4.8.10-bin"
126+
name: "${{ matrix.os }}-z3-4.8.8-bin"
127127
path: bin
128128

129129
- uses: actions/download-artifact@v2

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
[submodule "repos/yices2"]
1717
path = repos/yices2
1818
url = https://github.com/SRI-CSL/yices2
19-
[submodule "repos/z3-4.8.10"]
20-
path = repos/z3-4.8.10
19+
[submodule "repos/z3-4.8.8"]
20+
path = repos/z3-4.8.8
2121
url = https://github.com/Z3Prover/z3
2222
[submodule "repos/z3-4.8.14"]
2323
path = repos/z3-4.8.14

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Currently, `what4-solvers` offers the following solver versions:
1414
* CVC4 - [1.8](https://github.com/CVC4/CVC4-archived/tree/5247901077efbc7b9016ba35fded7a6ab459a379)
1515
* CVC5 - [1.0.2](https://github.com/cvc5/cvc5/tree/ef35c1131976e5a3d981dace510d90aed2d11cef)
1616
* Yices - [2.6.2](https://github.com/SRI-CSL/yices2/tree/8509cfb5c294df3c0ac3a4814483f39c58879606)
17-
* Z3 - [4.8.10](https://github.com/Z3Prover/z3/tree/517d907567f4283ad8b48ff9c2a3f6dce838569e) and
17+
* Z3 - [4.8.8](https://github.com/Z3Prover/z3/tree/ad55a1f1c617a7f0c3dd735c0780fc758424c7f1) and
1818
[4.8.14](https://github.com/Z3Prover/z3/tree/df8f9d7dcb8b9f9b3de1072017b7c2b7f63f0af8)
1919

2020
Built for the following operating systems:

repos/z3-4.8.10

-1
This file was deleted.

repos/z3-4.8.8

Submodule z3-4.8.8 added at ad55a1f

0 commit comments

Comments
 (0)