Skip to content

Commit

Permalink
downgrade anr version
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Jul 14, 2023
1 parent 791184f commit 76945e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_anr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source "$AVALANCHE_PATH"/scripts/constants.sh
# https://github.com/ava-labs/avalanche-network-runner
GOARCH=$(go env GOARCH)
GOOS=$(go env GOOS)
NETWORK_RUNNER_VERSION=1.7.0
NETWORK_RUNNER_VERSION=1.3.5-rc.0
anr_workdir=${ANR_WORKDIR:-"/tmp"}
DOWNLOAD_PATH=${anr_workdir}/avalanche-network-runner.tar.gz
DOWNLOAD_URL="https://github.com/ava-labs/avalanche-network-runner/releases/download/v${NETWORK_RUNNER_VERSION}/avalanche-network-runner_${NETWORK_RUNNER_VERSION}_${GOOS}_${GOARCH}.tar.gz"
Expand Down

0 comments on commit 76945e8

Please sign in to comment.