diff --git a/scripts/download_state_machine_binary.sh b/scripts/download_state_machine_binary.sh index 5b8995d9a..7f9aae609 100755 --- a/scripts/download_state_machine_binary.sh +++ b/scripts/download_state_machine_binary.sh @@ -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