Update fetch-perf-libs.sh

This commit is contained in:
Michael Vines
2018-09-17 11:54:32 -07:00
committed by GitHub
parent f399172f51
commit 6f3beb915c

View File

@ -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
)