We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e7d46 commit a5cceffCopy full SHA for a5cceff
.github/workflows/update-ic-commit.yml
@@ -31,7 +31,7 @@ jobs:
31
echo "sha: $sha"
32
# Send a HEAD to the URL to see if it exists
33
if curl --fail --head --silent --location \
34
- "https://download.dfinity.systems/ic/$sha/binaries/x86_64-linux/ic-test-state-machine.gz"
+ "https://download.dfinity.systems/ic/$sha/binaries/x86_64-linux/pocket-ic.gz"
35
then
36
echo "$sha appears to have associated binary, using"
37
latest_sha="$sha"
0 commit comments