Issue downloading AlphaGenome data via command line (500 Internal Server Error)

I want to download data. Although downloading directly from a web browser works fine, when I try to run wget directly on our institutional server or in a Terra terminal:

wget https://deepmind.google.com/science/alphagenome/_/download/atlas/combined_splicing_snvs_tabix.zip

I encounter the following error:

--2026-09-19 02:06:47–
Resolving deepmind.google… 74.125.69.101, 74.125.69.139, 74.125.69.100, …
Connecting to deepmind.google…|74.125.69.101|:443… connected.
HTTP request sent, awaiting response… 500 Internal Server Error
2026-09-19 02:06:47 ERROR 500: Internal Server Error.

Is there a way to download these files programmatically via a script or command line?