diff --git a/CMakeLists.txt b/CMakeLists.txt
index 53a332049b63e2b04d88c02640ff6c80038a6d95..177d5240d4c807788fa5d7d70c173cc2f4f698b8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,14 +75,16 @@ if (WITH_TESTS)
     endif()
     # adding sfx and config-parser stuff
     #fetch sfx model
+
     FetchContent_Declare(
-            sfxlib
-            GIT_REPOSITORY http://tesla.parallel.ru/inmcm-mirror/sfx.git
-            GIT_TAG        origin/main)
+                sfxlib
+                GIT_REPOSITORY https://gitlab.inm.ras.ru/climate-model/sfx-tesla.git
+                GIT_TAG        56d94a6226b60b521e5096a1826e2d7dcf890b7b)
     FetchContent_MakeAvailable(sfxlib)
     FetchContent_GetProperties(sfxlib)
 
 
+
     #Config parser from sfx_lib is needed
     if (WITH_RRTMG)
         list(APPEND test_files  src/rrtm_interface.f90)