anza-xyz / platform-tools

Apache License 2.0
47 stars 32 forks source link

missing architecture in the URL filename when trying to install sbf-tools using --tools-version #63

Closed aspect closed 1 year ago

aspect commented 1 year ago

When trying to use --tools-version v1.36 and/or with --force-tools-install I get the following error:

% cargo build-sbf --tools-version v1.36 --force-tools-install
[2023-03-15T16:22:09.562772000Z ERROR cargo_build_sbf] Failed to install sbf-tools: HTTP status client error (404 Not Found) for url (https://github.com/solana-labs/platform-tools/releases/download/v1.36/solana-sbf-tools-osx.tar.bz2)

Note that the URL is https://github.com/solana-labs/platform-tools/releases/download/v1.36/solana-sbf-tools-osx.tar.bz2 Whereas the file on github is named (in my case) as: solana-sbf-tools-osx-aarch64.tar.bz2

dmakarov commented 1 year ago

This has been fixed.