diff --git a/.github/workflows/provision-darwin.sh b/.github/workflows/provision-darwin.sh index ef25b2a10..bf6f4c0b7 100755 --- a/.github/workflows/provision-darwin.sh +++ b/.github/workflows/provision-darwin.sh @@ -38,8 +38,8 @@ if [ -f "${GITHUB_WORKSPACE}/.ic-commit" ]; then fi # Install ic-repl -version=0.7.6 -curl --location --output ic-repl "https://github.com/chenyan2002/ic-repl/releases/download/$version/ic-repl-macos" +version=effective-canister-id +curl --location --output ic-repl "https://github.com/mraszyk/ic-repl/releases/download/$version/ic-repl-macos" mv ./ic-repl /usr/local/bin/ic-repl chmod a+x /usr/local/bin/ic-repl diff --git a/.github/workflows/provision-linux.sh b/.github/workflows/provision-linux.sh index ad5e9cca5..327ea1e20 100755 --- a/.github/workflows/provision-linux.sh +++ b/.github/workflows/provision-linux.sh @@ -32,8 +32,8 @@ if [ -f "${GITHUB_WORKSPACE}/.ic-commit" ]; then fi # Install ic-repl -version=0.7.6 -curl --location --output ic-repl "https://github.com/chenyan2002/ic-repl/releases/download/$version/ic-repl-linux64" +version=effective-canister-id +curl --location --output ic-repl "https://github.com/mraszyk/ic-repl/releases/download/$version/ic-repl-linux64" mv ./ic-repl /usr/local/bin/ic-repl chmod a+x /usr/local/bin/ic-repl