Julia Artifact Download Problem: How to tell Julia to follow 301-redirected downloads?

Sorry, about that, the correct code is this:

using Downloads
Downloads.DOWNLOADER[] = nothing
Downloads.EASY_HOOK[] = (easy, info) -> begin
    Downloads.Curl.setopt(easy, Downloads.Curl.CURLOPT_LOW_SPEED_TIME, 0)
end
1 Like