aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/make.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/make.go')
-rw-r--r--internal/rosa/make.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/make.go b/internal/rosa/make.go
index f47be4eb..8d301356 100644
--- a/internal/rosa/make.go
+++ b/internal/rosa/make.go
@@ -21,7 +21,7 @@ cd "$(mktemp -d)"
./build.sh
./make DESTDIR=/work install check
`, pkg.Path(AbsUsrSrc.Append("make"), false, pkg.NewHTTPGetTar(
- nil, "https://ftp.gnu.org/gnu/make/make-"+version+".tar.gz",
+ nil, "https://ftpmirror.gnu.org/gnu/make/make-"+version+".tar.gz",
mustDecode(checksum),
pkg.TarGzip,
)))