diff --git a/.ci/commons.sh b/.ci/commons.sh
index da230357931451cbd5aaf02bf6443e2adc060874..d3b85c5a63ab3da0508f51bc041b001837d0c934 100755
--- a/.ci/commons.sh
+++ b/.ci/commons.sh
@@ -198,7 +198,7 @@ fi
 # they won't be able to be fetched inside the container because of missing
 # permissions.
 spack_bootstrap_dependencies=(
-    "environment-modules~X target=x86_64"
+    "environment-modules~X"
 )
 
 #########