Download.pytorch.org is down?

Hey,

I’d like to install pytorch with pip, and I have cuda 9. However, if I use the link pytorch.org gives me on the homepage, I get a

" Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.requests.packages.urllib3.connection.HTTPConnection object at 0x7fd3a35de048>: Failed to establish a new connection: [Errno -2] Name or service not known’,)’: /whl/cu90/torch-0.3.0.post4-cp35-cp35m-linux_x86_64.whl" error.

Since download.pytorch.org is 404 too, I assume that’s the reason pip install fails.
Now, I’d download my version from the “previous installs” page, but there are no cuda 9 links there.

What should I do?