From aa7c741ec082adac2c2890e5f8ff102a314d63f3 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 12 Nov 2018 18:52:25 -0800 Subject: [PATCH] Switch to perf-libs v0.10.6 --- 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 f8e9d1b50..a7aa48911 100755 --- a/fetch-perf-libs.sh +++ b/fetch-perf-libs.sh @@ -16,7 +16,7 @@ mkdir -p target/perf-libs cd target/perf-libs ( set -x - curl https://solana-perf.s3.amazonaws.com/v0.10.5/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf - + curl https://solana-perf.s3.amazonaws.com/v0.10.6/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf - ) if [[ -z "$CUDA_HOME" ]]; then