Running the unit test https://github.com/David-Durst/aetherling/blob/9c9a8e9fd785dc17012d9a2a4900ae47b41106f8/tests/test_rom.py#L14 fails with ``` if handle is None: > self._handle = _dlopen(self._name, mode) E OSError: dlopen(libcoreir-memory.dylib, 6): image not found ``` How do I get access to the CoreIR ROM?