Closed issue by ayoubelmhamdi on void-packages repository https://github.com/void-linux/void-packages/issues/50292 Description: I followed these instructions as usual: ```bash $ git clone https://github.com/void-linux/void-packages.git $ cd void-packages $ ./xbps-src binary-bootstrap ``` But I got the following output: ``` ./xbps-src binary-bootstrap => Installing bootstrap from binary package repositories... [*] Updating repository `https://repo.voidlinux.eu/current/x86_64-repodata' ... ERROR: [reposync] failed to fetch file `https://repo.voidlinux.eu/current/x86_64-repodata': Not Found [*] Updating repository `https://repo.voidlinux.eu/current/musl/x86_64-repodata' ... ERROR: [reposync] failed to fetch file `https://repo.voidlinux.eu/current/musl/x86_64-repodata': Not Found [*] Updating repository `https://repo.voidlinux.eu/current/aarch64/x86_64-repodata' ... ERROR: [reposync] failed to fetch file `https://repo.voidlinux.eu/current/aarch64/x86_64-repodata': Not Found => ERROR: Failed to install bootstrap packages! ``` I checked the [voidlinux.eu](voidlinux.eu) website, and it's weird. I tried changing to a new repository, but that didn't work either.