I have a script which downloads Zig from https://ziglang.org/download/. Usually it runs pretty quick, but this time it started to hang. I did some debugging and found that it was downloading the Linux x86_64.xz at like .1% a second. Wondering if it was just my script, I tried downloading it manually from the website, and it was downloading at 30-40KB/s, which is unusual.
I tried the Windows .zip file and it was just as slow. Is anyone else experiencing this?