diff --git a/CMakeLists.txt b/CMakeLists.txt index 685c54fc68..95e400645f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ if (APPLE) URL https://github.com/KomodoPlatform/komodo-defi-framework/releases/download/v2.0.0-beta/mm2-b0fd99e84-Darwin-Release.zip) elseif (UNIX AND NOT APPLE) FetchContent_Declare(mm2 - URL https://sdk.devbuilds.komodo.earth/fix-taker-payment-spend-confirmations/mm2_501d571-linux-x86-64.zip) + URL https://sdk.devbuilds.komodo.earth/dev/mm2_e7a32c0-linux-x86-64.zip) else () FetchContent_Declare(mm2 URL https://github.com/KomodoPlatform/komodo-defi-framework/releases/download/v2.0.0-beta/mm2-b0fd99e84-Win64.zip)