diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1906bf3706cbf187fb2040933db8da4ef90598dc..e83e9bafe97fbac1f07abdb5c094054adb4f7be3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,7 @@ include(FetchContent)
 FetchContent_Declare(
   cudawrappers
   GIT_REPOSITORY https://github.com/nlesc-recruit/cudawrappers
-  GIT_TAG 0.6.0
+  GIT_TAG main
 )
 FetchContent_MakeAvailable(cudawrappers)