diff --git a/set_env.sh b/set_env.sh
index 38fcb4cc028b30d1c173aa5b006e45663979d1d8..65400a5f1133e2bdec00dc34841eeef068f08267 100755
--- a/set_env.sh
+++ b/set_env.sh
@@ -71,7 +71,7 @@ if [ ! -f $PROJECT_DIR/.socinit ]; then
         fi
     done
     git submodule update --remote --recursive
-    # git submodule foreach --recursive git checkout main
+    git submodule foreach --recursive git checkout main
     git restore $DESIGN_ROOT/.gitmodules
     touch $PROJECT_DIR/.socinit
 fi
\ No newline at end of file