diff --git a/cmake_targets/tools/build_helper b/cmake_targets/tools/build_helper
index 3363bd2e7658feef8f91ec18b80f738b43cc440b..2318cd7790f43520cbc3580c060056baae1b37d4 100755
--- a/cmake_targets/tools/build_helper
+++ b/cmake_targets/tools/build_helper
@@ -252,7 +252,7 @@ install_usrp_uhd_driver_from_source(){
     rm -rf /tmp/uhd
     git clone https://github.com/EttusResearch/uhd.git
     cd uhd
-    git checkout tags/release_003_010_001_001
+    git checkout tags/v3.13.0.2
     mkdir -p host/build
     cd host/build
     $CMAKE ../