From e7f7d7f852d5df3c0364bb6374792ea0d53ea524 Mon Sep 17 00:00:00 2001 From: eater <=@eater.me> Date: Thu, 29 Jun 2023 21:26:54 +0000 Subject: [PATCH] Update 'Makefile' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 304781d..8c90ad8 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ IMAGE?=d.xr.to/base # Arch to be used ARCH?=x86_64-musl # Repo root url to be used (/musl will be appended in case of musl based arch) -REPO_ROOT?=https://alpha.de.repo.voidlinux.org/current +REPO_ROOT?=https://repo-default.voidlinux.org/current # Absolute repo url REPO?=$(REPO_ROOT)$(if $(findstring musl, $(ARCH)),/musl) # Toolbox to be used (toybox, busybox, none or default)