diff --git a/src/bonsai/Makefile b/src/bonsai/Makefile index 554e29efff..99387689f5 100644 --- a/src/bonsai/Makefile +++ b/src/bonsai/Makefile @@ -233,7 +233,7 @@ endif # required for three-way git merging ifeq ($(PLATFORM), win) - cd build/bonsai/libs/bin && wget https://github.com/brunopostle/ifcmerge/releases/download/2024-06-24/ifcmerge.zip + cd build/bonsai/libs/bin && wget https://github.com/brunopostle/ifcmerge/releases/download/2025-01-26/ifcmerge.zip cd build/bonsai/libs/bin && unzip ifcmerge.zip && rm ifcmerge.zip else cd build/bonsai/libs/bin && wget https://raw.githubusercontent.com/brunopostle/ifcmerge/main/ifcmerge && chmod +x ifcmerge