diff --git a/sds/Makefile b/sds/Makefile index d9b61aa..99fa234 100644 --- a/sds/Makefile +++ b/sds/Makefile @@ -15,7 +15,7 @@ prepare: cd ../third_party/ && \ git clone https://github.com/waku-org/nim-sds && \ cd nim-sds && \ - git checkout add-windows-support; \ + git checkout master; \ make update; \ else \ echo "nim-sds repository already exists."; \