I see also a malformed URL. In my case,
https://guix.gnu.org/en/download/
links to:
https://ftpmirror.gnu.org/gnu/guix/guix-system-install-1.5.0.x86_64-linux.iso
which redirects to:
https://ftp.rediris.es/mirror/GNU//gnu/guix/guix-system-install-1.5.0.x86_64-linux.iso
which is 404. In this case the appropriate URL is:
https://ftp.rediris.es/mirror/GNU/guix/guix-system-install-1.5.0.x86_64-linux.iso
I think the problem is that before, correctly, the redirection was
appending to "guix/...." to the base GNU directory of the mirror. And
now the redirection is appending "/gnu/guix/..." which causes an extra
"/gnu" to appear. This theory is also compatible with the observation
made by [email protected].
On 10/9/26 2:56, [email protected] wrote:
On 2026-09-09 17:19, [email protected] wrote:
...i cannot download the guix installer image
from https://guix.gnu.org/en/download/ due to 404 error at
https://mirror.ossplanet.net/gnu//gnu/guix/guix-system-install-1.5.0.x86_64-linux.iso
to which the prior link redirects.
I didn't notice it before, but as we can see above, the ossplanet link
is malformed, with extraneous string "/gnu/guix" inserted. I was able to
find the correct location at
https://mirror.ossplanet.net/gnu/guix/guix-system-install-1.5.0.x86_64-linux.iso
and the install image is downloading now.