Use URL instead of git-repo
diff --git a/googletest/README.md b/googletest/README.md
index 0c10b14..2454cd6 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -94,7 +94,8 @@
 include (FetchContent)
 FetchContent_Declare(
   googletest
-  GIT_REPOSITORY https://github.com/google/googletest.git
+  # Specify the commit you depend on and update it regularly.
+  URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip
 )
 # For Windows: Prevent overriding the parent project's compiler/linker settings
 set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)