Skip to content

Commit

Permalink
update ic-state-machine
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Oct 26, 2023
1 parent 267e1ce commit 623e628
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/download_state_machine_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ cd "$SCRIPTS_DIR/.."

uname_sys=$(uname -s | tr '[:upper:]' '[:lower:]')
echo "uname_sys: $uname_sys"
commit_sha="15e69667ae983fa92c33794a3954d9ca87518af6"
# Check https://gitlab.com/dfinity-lab/public/ic/-/commits/master
# Find the most recent commit with a green check mark (the artifacts were built successfully)
commit_sha="f3216c1d7d83a366b4af0cf24708f84819880246"

curl -sLO "https://download.dfinity.systems/ic/$commit_sha/binaries/x86_64-$uname_sys/ic-test-state-machine.gz"
gzip -d ic-test-state-machine.gz
Expand Down

0 comments on commit 623e628

Please sign in to comment.