go install fails: Symflower binary download returns 404 when using latest clone
Please help us keep the number of duplicated issues small.
- [x] I have searched the existing issues for my problem.
Brief Description
Description
I cloned the symflower/eval-dev-quality repo at the latest commit and then ran:
cd eval-dev-quality
go install -v github.com/symflower/eval-dev-quality/cmd/eval-dev-quality
The install fails with:
panic: ERROR: cannot install Symflower: cannot download to /…/eval-dev-quality/.tools/symflower from https://download.symflower.com/local/v50077/symflower-linux-x86_64: downloading file failed with status code 404: 404 Not Found
Steps to Reproduce
- Clone the repository (latest commit).
cd eval-dev-quality- Run
go install -v github.com/symflower/eval-dev-quality/cmd/eval-dev-quality
Environment
- Platform: Linux x86_64
- Go version: 1.23.6
How can I resolve this?
Reproducer
cd eval-dev-quality go install -v github.com/symflower/eval-dev-quality/cmd/eval-dev-quality
Logs
panic: ERROR: cannot install Symflower: cannot download to /…/eval-dev-quality/.tools/symflower from https://download.symflower.com/local/v50077/symflower-linux-x86_64: downloading file failed with status code 404: 404 Not Found
Additional Information
No response
Version
0ae30f55e9d6c47ff763c334f99c135ad68915dd
We did a clean up of artifacts: @bauersimon can you please update the DevQualityEval repository to use the latest Symflower version.
Now I'm encountering a similar problem I reported an error when using the command "eval-dev-quality evaluate"
time=2025-10-14T20:55:39.787+08:00 level=INFO msg="installing tool" tool=symflower path=/home/user/.eval-dev-quality/bin time=2025-10-14T20:55:39.787+08:00 level=INFO msg="installing "symflower"" path=/home/user/.eval-dev-quality/bin/symflower url=https://download.symflower.com/local/v50077/symflower-linux-x86_64 time=2025-10-14T20:55:40.949+08:00 level=INFO msg="ERROR: cannot install Symflower: cannot download to /home/user/.eval-dev-quality/bin/symflower from https://download.symflower.com/local/v50077/symflower-linux-x86_64: downloading file failed with status code 404: 404 Not Found" panic: ERROR: cannot install Symflower: cannot download to /home/user/.eval-dev-quality/bin/symflower from https://download.symflower.com/local/v50077/symflower-linux-x86_64: downloading file failed with status code 404: 404 Not Found
We did a clean up of artifacts: @bauersimon can you please update the DevQualityEval repository to use the latest Symflower version.
Have this on my list. Temporary workaround would be to just install symflower manually and overwriting the binary using which symflower and then passing the --symflower-binary-path to the evaluation.