Skip to content

Commit fc15d93

Browse files
committed
chore(bitwuzla): Bump version
1 parent 5828c5b commit fc15d93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
USE_LIBCXX: 1
3838
Z3_VERSION: 4.8.15
3939
SQLITE_VERSION: 3400100
40-
BITWUZLA_VERSION: 0.6.0
40+
BITWUZLA_VERSION: 0.6.1
4141
JSON_VERSION: v3.11.3
4242
IMMER_VERSION: v0.8.1
4343

Diff for: build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Z3_VERSION=4.8.15
5656
STP_VERSION=2.3.3
5757
MINISAT_VERSION=master
5858

59-
BITWUZLA_VERSION=0.6.0
59+
BITWUZLA_VERSION=0.6.1
6060

6161
KEEP_PARSE="true"
6262
while [ $KEEP_PARSE = "true" ]; do

0 commit comments

Comments
 (0)