diff --git a/libs/B-luga-graphics/deps/raylib/CMakeLists.txt b/libs/B-luga-graphics/deps/raylib/CMakeLists.txt index d750c32..27573b5 100644 --- a/libs/B-luga-graphics/deps/raylib/CMakeLists.txt +++ b/libs/B-luga-graphics/deps/raylib/CMakeLists.txt @@ -5,7 +5,7 @@ include(FetchContent) FetchContent_Declare( raylib CMAKE_ARGS "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_CONFIGURATION_TYPES=\"Release;Release\"" "-DCONFIG=Release" - URL "https://github.com/X-R-G-B/R-Bus/releases/latest/download/raylib.tar" + URL "https://github.com/X-R-G-B/B-luga/releases/latest/download/raylib.tar" DOWNLOAD_NO_PROGRESS FALSE DOWNLOAD_EXTRACT_TIMESTAMP TRUE )