diff --git a/Makefile b/Makefile
index 360a9d6345bad556e373732d2969c7249d3368eb..ea1352990df8a77381dc29be86fb3b33800ab57b 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ DATE     := $(shell /bin/date +%Y%m%d)
 REPO     := https://gitlab.inria.fr/fpottier/$(THIS)
 
 # The archive URL (https).
-ARCHIVE  := $(REPO)/repository/$(DATE)/archive.tar.gz
+ARCHIVE  := $(REPO)/-/archive/$(DATE)/archive.tar.gz
 
 # The find utility.
 FIND     := $(shell if command -v gfind >/dev/null ; \