diff --git a/src/ifcblenderexport/Makefile b/src/ifcblenderexport/Makefile index 5c58cbbe97..33b44a6987 100644 --- a/src/ifcblenderexport/Makefile +++ b/src/ifcblenderexport/Makefile @@ -173,8 +173,8 @@ endif ifeq ($(PLATFORM), win) mkdir dist/working - cd dist/working && wget https://blenderbim.org/builds/fcl-py37-win.zip - cd dist/working && unzip fcl* + cd dist/working && wget https://files.pythonhosted.org/packages/19/e6/6e9f33fb59e8f27c0e1592bd26e644bc92b85c942b072b2d3854105d5887/python_fcl_win32-0.0.12.post3-py3-none-win_amd64.whl + cd dist/working && unzip python_fcl* cp -r dist/working/fcl dist/blenderbim/libs/site/packages/ rm -rf dist/working endif