diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87a7d47dff145e70cf2decb22840e1b1f40d7253..958269ef11558f1c192af6b8e0f9656b18e028c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ autoupdate:
   # Install/enable yarn
   - corepack enable
   - rm nodejs.deb
-  - wget -q "https://static-meteor.netdna-ssl.com/packages-bootstrap/${METEOR_VERSION}/meteor-bootstrap-os.linux.x86_64.tar.gz" -O meteor-bootstrap.tar.gz
+  - wget -q "https://static.meteor.com/packages-bootstrap/${METEOR_VERSION}/meteor-bootstrap-os.linux.x86_64.tar.gz" -O meteor-bootstrap.tar.gz
   # The package only contains an ".meteor" directory that ends up in "/root/.meteor"
   - tar -C ~/ -xzf meteor-bootstrap.tar.gz
   - rm meteor-bootstrap.tar.gz