Checklist
Version
Description
When using the install script mentioned here, it checks the arch for amd64 by checking if 64 is present which also catches riscv64 and doesn't report an error.
What did you expect to happen?
The script detects riscv64 separately and downloads the correct existing binary.
What actually happened?
Script tries to download amd64 binary which will not work
Reproduction Steps
Try to download the latest binaries on riscv64 arch.
Files
No response
Checklist
Version
Description
When using the install script mentioned here, it checks the arch for amd64 by checking if 64 is present which also catches riscv64 and doesn't report an error.
What did you expect to happen?
The script detects riscv64 separately and downloads the correct existing binary.
What actually happened?
Script tries to download amd64 binary which will not work
Reproduction Steps
Try to download the latest binaries on riscv64 arch.
Files
No response