From 0fb7500692c16334ea83a63528ad8000946d2238 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Sat, 29 Jul 2023 13:05:42 +0100 Subject: [PATCH] Update codec2 repo --- cmake/ci/build_codec2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/ci/build_codec2.sh b/cmake/ci/build_codec2.sh index dc5b6e364..ab0b54d0f 100644 --- a/cmake/ci/build_codec2.sh +++ b/cmake/ci/build_codec2.sh @@ -6,7 +6,7 @@ cd $HOME mkdir -p external && cd external mkdir -p drowe67 && cd drowe67 -git clone https://github.com/drowe67/codec2.git +git clone https://github.com/drowe67/codec2-dev.git cd codec2 git reset --hard "v1.0.3"