Skip to main content


Github's recent changes broke release downloads but fortunately the wget solution posted in a gh thread about this works on linux.


until wget -c <url>; do :; done

Replacing <url> with the direct link to the file you're downloading.

#github #githubReleases #linux