Skip to content

Commit

Permalink
whoops, undo test change
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhance committed Oct 22, 2024
1 parent de60bcd commit 703449d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tools/get-z3.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash -eu

z3_version="4.13.0"
z3_version="4.12.5"

if [ `uname` == "Darwin" ]; then
if [[ $(uname -m) == 'arm64' ]]; then
Expand Down

0 comments on commit 703449d

Please sign in to comment.