I tried installing Open LP on a new Apple Macbook Air running iOS Big Sur Version 11.5.
When I try to launch the program I am getting a crash due to bad zip file. I tried downloading it multiple times on different connections.
We also have another Macbook Air (the same model) that runs OpenLP just fine on the same iOS version.
Can anyone give me any ideas on what I need to check?
Error details are below and screenshot is attached. Thanks!

-------
Traceback (most recent call last):
File "openlp/core/ui/thememanager.py", line 546, in unzip_theme
File "zipfile.py", line 937, in __init__
File "zipfile.py", line 978, in _RealGetContents
zipfile.BadZipFile: File is not a zip file
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "openlp-run.py", line 44, in <module>
File "openlp/core/__init__.py", line 437, in main
File "openlp/core/__init__.py", line 142, in run
File "openlp/core/common/registry.py", line 137, in execute
File "openlp/core/ui/thememanager.py", line 144, in bootstrap_initialise
File "openlp/core/ui/thememanager.py", line 445, in load_first_time_themes
File "openlp/core/ui/thememanager.py", line 582, in unzip_theme
openlp.core.lib.exceptions.ValidationError