Merge pull request #181 from aeyakovenko/link

update link
This commit is contained in:
Greg Fitzgerald 2018-05-08 08:20:43 -06:00 committed by GitHub
commit 6f3ec8d21f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ $ cargo +nightly bench --features="unstable"
To run the benchmarks on Linux with GPU optimizations enabled:
```bash
$ wget https://solana.com/gpu/latest/libcuda_verify_ed25519.a
$ wget https://solana-build-artifacts.s3.amazonaws.com/v0.5.0/libcuda_verify_ed25519.a
$ cargo +nightly bench --features="unstable,cuda"
```