From 6f3beb915c698fa684b5d344d564265da7224352 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 17 Sep 2018 11:54:32 -0700 Subject: [PATCH] Update fetch-perf-libs.sh --- fetch-perf-libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch-perf-libs.sh b/fetch-perf-libs.sh index 00901665de..b9ce335632 100755 --- a/fetch-perf-libs.sh +++ b/fetch-perf-libs.sh @@ -13,7 +13,7 @@ fi ( set -x curl -o solana-perf.tgz \ - https://solana-perf.s3.amazonaws.com/master/x86_64-unknown-linux-gnu/solana-perf.tgz + https://solana-perf.s3.amazonaws.com/v0.8.0/x86_64-unknown-linux-gnu/solana-perf.tgz tar zxvf solana-perf.tgz )