diff --git a/setup.sh b/setup.sh
index 9f30c1d751a7f1687027545cf1e7a5506cd77fdf..bb8e5218e02948498e10e147946c30de3a9c21d6 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,9 +1,6 @@
 #!/usr/bin/env bash
 set -e
 
-echo "Downloading latest libc-artifacts"
-git submodule update --init --remote libc-artifacts
-
 echo "Downloading latest pkgutils"
 git submodule update --init --remote pkgutils
 cargo update --manifest-path pkgutils/Cargo.toml