Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use correct url for cargo-binstall (#700)
Currently the following works for installing from binary: ``` cargo binstall \ --pkg-url "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target }{ archive-suffix }" \ --force \ soroban-cli ```
- Loading branch information